github.com/klauspost/compress/zstd.sequenceDecs.prevOffset (field)
32 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L501: hist.recentOffsets = hist.decoders.prevOffset
blockdec.go#L665: hist.decoders.prevOffset = hist.recentOffsets
blockdec.go#L668: hist.recentOffsets = hist.decoders.prevOffset
blockdec.go#L696: hist.recentOffsets = hist.decoders.prevOffset
seqdec.go#L67: prevOffset [3]int
seqdec.go#L91: s.prevOffset = hist.recentOffsets
seqdec.go#L265: s.prevOffset[2] = s.prevOffset[1]
seqdec.go#L266: s.prevOffset[1] = s.prevOffset[0]
seqdec.go#L267: s.prevOffset[0] = mo
seqdec.go#L279: mo = s.prevOffset[0]
seqdec.go#L283: temp = s.prevOffset[0] - 1
seqdec.go#L285: temp = s.prevOffset[mo]
seqdec.go#L295: s.prevOffset[2] = s.prevOffset[1]
seqdec.go#L297: s.prevOffset[1] = s.prevOffset[0]
seqdec.go#L298: s.prevOffset[0] = temp
seqdec.go#L465: s.prevOffset[2] = s.prevOffset[1]
seqdec.go#L466: s.prevOffset[1] = s.prevOffset[0]
seqdec.go#L467: s.prevOffset[0] = offset
seqdec.go#L479: return s.prevOffset[0]
seqdec.go#L483: temp = s.prevOffset[0] - 1
seqdec.go#L485: temp = s.prevOffset[offset]
seqdec.go#L495: s.prevOffset[2] = s.prevOffset[1]
seqdec.go#L497: s.prevOffset[1] = s.prevOffset[0]
seqdec.go#L498: s.prevOffset[0] = temp
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |